home *** CD-ROM | disk | FTP | other *** search
/ DS-CD ROM 2 1993 August / DS CD-ROM 2.Ausgabe (August 1993).iso / finanzen / ds0216 / kplan.bat < prev    next >
DOS Batch File  |  1992-11-06  |  307b  |  14 lines

  1. @echo off
  2. if /==%1/ goto end
  3. md \ctofibu\%1
  4. copy \ctofibu\kplan*.* \ctofibu\%1
  5. goto end1
  6. :end
  7. echo Fehler: Parameterangabe fehlt!
  8. echo Eingabe muß lauten: --KPLAN 92-- für Jahr 1992
  9. echo Eingabe muß lauten: --KPLAN 93-- für Jahr 1993 etc.
  10. :end1
  11. cls
  12. echo Kontenplan %1 installiert
  13. type info.txt
  14.